Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move file loading to the top of the file | Filipa Lacerda | 2017-05-06 | 1 | -4/+4 |
* | Adds missing CSS class | Filipa Lacerda | 2017-05-06 | 1 | -0/+5 |
* | Merge branch 'master' into 25226-realtime-pipelines-fe | Filipa Lacerda | 2017-05-06 | 16 | -36/+112 |
|\ | |||||
| * | Merge branch 'feature/gb/manual-actions-protected-branches-permissions' into ... | Kamil Trzciński | 2017-05-06 | 15 | -34/+109 |
| |\ | |||||
| | * | Do not reprocess actions when user retries pipelinefeature/gb/manual-actions-protected-branches-permissions | Grzegorz Bizon | 2017-05-05 | 1 | -0/+2 |
| | * | Require build to be present in the controller | Grzegorz Bizon | 2017-05-05 | 1 | -2/+1 |
| | * | Authorize build update on per object basis | Grzegorz Bizon | 2017-05-05 | 2 | -7/+24 |
| | * | Use update build policy instead of new play policy | Grzegorz Bizon | 2017-05-05 | 6 | -10/+12 |
| | * | Merge commit '3a2b60f7' from 'master' | Grzegorz Bizon | 2017-05-05 | 140 | -903/+2726 |
| | |\ | |||||
| | * | | Improve environment policy class | Grzegorz Bizon | 2017-05-03 | 1 | -5/+7 |
| | * | | Improve code style related to protected actions | Grzegorz Bizon | 2017-05-03 | 4 | -7/+7 |
| | * | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi... | Grzegorz Bizon | 2017-05-03 | 82 | -577/+1183 |
| | |\ \ | |||||
| | * \ \ | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi... | Grzegorz Bizon | 2017-05-02 | 207 | -985/+2687 |
| | |\ \ \ | |||||
| | * | | | | Fix Rubocop offense in environments policy class | Grzegorz Bizon | 2017-05-01 | 1 | -1/+0 |
| | * | | | | Add new ability check for stopping environment | Grzegorz Bizon | 2017-05-01 | 2 | -8/+14 |
| | * | | | | Fix typo in CI/CD build partial view | Grzegorz Bizon | 2017-04-22 | 1 | -1/+1 |
| | * | | | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi... | Grzegorz Bizon | 2017-04-22 | 277 | -5103/+5887 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi... | Grzegorz Bizon | 2017-04-13 | 421 | -4150/+6738 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Use build policy to determine if user can play build | Grzegorz Bizon | 2017-04-12 | 6 | -16/+5 |
| | * | | | | | | Do not inherit build policy in pipeline policy | Grzegorz Bizon | 2017-04-12 | 2 | -1/+8 |
| | * | | | | | | Move code for playing an action to separate service | Grzegorz Bizon | 2017-04-12 | 3 | -13/+21 |
| | * | | | | | | Implement new rule for manual actions in policies | Grzegorz Bizon | 2017-04-12 | 1 | -0/+14 |
| | * | | | | | | Check branch permission in manual action entity | Grzegorz Bizon | 2017-04-06 | 1 | -0/+8 |
| | * | | | | | | Check if user can trigger manual action in the UI | Grzegorz Bizon | 2017-04-06 | 1 | -1/+1 |
| | * | | | | | | Take branch access into account when stopping environment | Grzegorz Bizon | 2017-04-06 | 3 | -5/+13 |
| | * | | | | | | Expose manual action abilities from a build entity | Grzegorz Bizon | 2017-04-06 | 1 | -3/+7 |
| | * | | | | | | Check branch access when user triggers manual action | Grzegorz Bizon | 2017-04-06 | 1 | -0/+10 |
| * | | | | | | | Merge branch 'fix/gb/hide-environment-external-url-btn-when-not-provided' int... | Kamil Trzciński | 2017-05-06 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge commit '3a2b60f7a' from 'master'fix/gb/hide-environment-external-url-btn-when-not-provided | Grzegorz Bizon | 2017-05-05 | 213 | -1471/+3900 |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ | | | |/| | | | | | |||||
| | * | | | | | | | Hide environment external URL button if not defined | Grzegorz Bizon | 2017-05-02 | 1 | -2/+3 |
| | | |_|_|_|/ / | | |/| | | | | | |||||
* | | | | | | | | Fix broken css class | Filipa Lacerda | 2017-05-06 | 1 | -2/+2 |
* | | | | | | | | Single commit squash of all changes for https://gitlab.com/gitlab-org/gitlab-... | Kamil Trzcinski | 2017-05-06 | 25 | -226/+780 |
|/ / / / / / / | |||||
* | | | | | | | Real time pipeline show action | Zeger-Jan van de Weg | 2017-05-06 | 6 | -8/+93 |
* | | | | | | | Merge branch 'fix-routable-find-by-full-path-on-mysql' into 'master' | Sean McGivern | 2017-05-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix `Routable.find_by_full_path` on MySQLfix-routable-find-by-full-path-on-mysql | Sean McGivern | 2017-05-06 | 1 | -1/+1 |
* | | | | | | | | Merge branch '23751-add-contribution-graph-key-tooltips' into 'master' | Filipa Lacerda | 2017-05-06 | 1 | -9/+17 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | add tooltips to user contrib graph key | Mike Greiling | 2017-05-05 | 1 | -9/+17 |
* | | | | | | | | Merge branch '17361-redirect-renamed-paths' into 'master' | Sean McGivern | 2017-05-06 | 10 | -74/+150 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Reduce risk of deadlocks17361-redirect-renamed-paths | Michael Kozono | 2017-05-05 | 1 | -7/+17 |
| * | | | | | | | Resolve discussions | Michael Kozono | 2017-05-05 | 2 | -7/+6 |
| * | | | | | | | Resolve discussions | Michael Kozono | 2017-05-05 | 4 | -25/+20 |
| * | | | | | | | Dry up routable lookups. Fixes #30317 | Michael Kozono | 2017-05-05 | 4 | -51/+54 |
| * | | | | | | | Add “project moved” flash message on redirect | Michael Kozono | 2017-05-05 | 1 | -0/+1 |
| * | | | | | | | Resolve discussions | Michael Kozono | 2017-05-05 | 3 | -20/+22 |
| * | | | | | | | Refactor | Michael Kozono | 2017-05-05 | 2 | -9/+9 |
| * | | | | | | | Delete conflicting redirects | Michael Kozono | 2017-05-05 | 2 | -7/+16 |
| * | | | | | | | Create redirect routes on path change | Michael Kozono | 2017-05-05 | 1 | -7/+17 |
| * | | | | | | | Redirect from redirect routes to canonical routes | Michael Kozono | 2017-05-05 | 9 | -27/+74 |
* | | | | | | | | Colorize labels in issue search field | Winnie Hellmann | 2017-05-05 | 9 | -7/+95 |
* | | | | | | | | Merge branch '29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-g... | Sean McGivern | 2017-05-05 | 2 | -14/+26 |
|\ \ \ \ \ \ \ \ |