- 11 Dec, 2015 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 10 Dec, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 08 Dec, 2015 1 commit
-
-
Douwe Maan authored
-
- 07 Dec, 2015 1 commit
-
-
Robert Speicher authored
-
- 04 Dec, 2015 1 commit
-
-
Stan Hu authored
cache_key is an instance method that relies on updated_at. When changes were made, the time-dependent key was being used instead of X.application_setting.last. Closes #3609
-
- 25 Nov, 2015 1 commit
-
-
Stan Hu authored
If a DB migration occurs, there's a chance that the application settings are loaded from the cache and provide stale values, causing Error 500s. This ensures that at startup the settings are always refreshed. Closes #3643
-
- 23 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
- Fix for Ci::Build state machine, allowing to process builds without the project - Forcefully update builds that didn't want to update with state machine - Fix saving GitLabCiService as Admin Template
-
- 19 Nov, 2015 3 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
- Save detailed error when YAML syntax
-
- 13 Nov, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzcinski authored
-
- 12 Nov, 2015 1 commit
-
-
Jason Lee authored
ApplicationSetting.current was called in every pages, cache it and expires it after it updated. This changes will avoid a SQL query in every pages (~0.3 - 0.5ms). ```SQL SELECT "application_settings".* FROM "application_settings" ORDER BY "application_settings"."id" DESC LIMIT 1 ```
-
- 10 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
- Offloads uploading to GitLab Workhorse - Use /authorize request for fast uploading - Added backup recipes for artifacts - Support download acceleration using X-Sendfile
-
- 05 Nov, 2015 1 commit
-
-
Kamil Trzcinski authored
- Add page titles to CI settings. - Fix CI admin navigation. - Remove duplicated scope. - Use monospace font for commit sha. - Add page title and header title to build page. - Proper authorization for cancel/retry builds. - Use gitlab pagination theme for builds and group members. - Don't paginate builds widget on build page. - Add badges to commit page Changes/Builds tabs. - Add "Builds" to commit Builds tab page title. - Add and use Ci::Build#retryable? method. - Add CI::Build#retried? method. - Allow all failed commit builds to be retried. - Proper authorization for cancel/retry all builds. - Remove unused param. - Use time_ago_with_tooltip where appropriate. - Tweak builds index text - Remove duplication between builds/build and commit_statuses/commit_status. - Use POST rather than GET for canceling and retrying builds. - Remove redundant URL helpers. - Add build ID to build page. - Link branch name on build page. - Move commit/:sha/ci to commit/:sha/builds.
-
- 02 Nov, 2015 2 commits
-
-
Zeger-Jan van de Weg authored
-
Kamil Trzcinski authored
-
- 26 Oct, 2015 2 commits
-
-
Kamil Trzcinski authored
The previous code relied on having on ref stored in commit, however the ref was moved to the build.
-
Kamil Trzcinski authored
-
- 23 Oct, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 15 Oct, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 14 Oct, 2015 7 commits
-
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
Slightly refactor runner status detection: moving it to Runner class Signed-off-by:
Kamil Trzcinski <ayufan@ayufan.eu>
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 13 Oct, 2015 1 commit
-
-
Kamil Trzcinski authored
-
- 12 Oct, 2015 7 commits
-
-
Kamil Trzcinski authored
Signed-off-by:
Kamil Trzcinski <ayufan@ayufan.eu>
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 06 Oct, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kamil Trzcinski authored
-