- 07 May, 2017 1 commit
-
-
Filipa Lacerda authored
* master: (226 commits) Real time pipeline show action Fix `Routable.find_by_full_path` on MySQL add CHANGELOG.md entry for !11138 add tooltips to user contrib graph key Use an absolute path for locale path in FastGettext config Colorize labels in issue search field Fix Karma failures for jQuery deferreds Reduce risk of deadlocks Fix failing spec and eslint Resolve discussions Resolve discussions Dry up routable lookups. Fixes #30317 Add “project moved” flash message on redirect Resolve discussions Fix Rubocop failures Index redirect_routes path for LIKE Add index for source association and for path Fix or workaround spec failure Refactor Delete conflicting redirects ...
-
- 06 May, 2017 15 commits
-
-
Kamil Trzciński authored
Check access to a branch when user triggers manual action Closes #20261 See merge request !10494
-
Kamil Trzciński authored
Hide environment external URL button if not defined Closes #30832 See merge request !11029
-
Kamil Trzciński authored
Use GitLab Pages v0.4.2 See merge request !11131
-
Kamil Trzciński authored
Real time pipeline show action Closes #25226 See merge request !10777
-
Zeger-Jan van de Weg authored
-
Sean McGivern authored
Fix `Routable.find_by_full_path` on MySQL See merge request !11146
-
Filipa Lacerda authored
Add tooltips to user contribution graph key Closes #23751 See merge request !11138
-
Sean McGivern authored
-
Sean McGivern authored
Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136
-
Mike Greiling authored
-
Mike Greiling authored
-
Stan Hu authored
Use an absolute path for locale path in FastGettext config See merge request !11141
-
Stan Hu authored
Trigger click instead of actual click to make sure the right button is always hit Closes #30504 See merge request !11127
-
Stan Hu authored
Fix fork_spec failure to do with mySQL Closes #31870 See merge request !11121
-
Ruben Davila authored
Unicorn was unable to start due to this bad config on Omnibus.
-
- 05 May, 2017 24 commits
-
-
Jacob Schatz authored
Colorize labels in issue search field Closes #30467 See merge request !11047
-
Winnie Hellmann authored
-
Sean McGivern authored
Merge branch '29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ce' into 'master' Generate and handle a gl_repository param to pass around components Closes #29925 See merge request !10992
-
Clement Ho authored
Include droplab-item-ignore in droplab docs See merge request !10808
-
Sean McGivern authored
Fix new admin integrations not taking effect on existing project Closes #26376 See merge request !11069
-
Jacob Schatz authored
Fix Karma failures for jQuery deferreds See merge request !11134
-
Kushal Pandya authored
-
Michael Kozono authored
We’ve seen a deadlock in CI here https://gitlab.com/mkozono/gitlab-ce/builds/15644492#down-build-trace. This commit should not fix that particular failure, but perhaps it will avoid others. * Don’t call delete_conflicting_redirects after update if the path wasn’t changed * Rename descendants without using recursion again, so we can run delete_conflicting_redirects exactly once.
-
Jacob Schatz authored
Add sidebar specs See merge request !11132
-
Sean McGivern authored
-
Rubén Dávila Santos authored
Add ruby_parser gem for all environments. See merge request !11130
-
Ruben Davila authored
-
Clement Ho authored
-
Jacob Schatz authored
Backport of Multiple Assignees feature See merge request !11089
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
Note: This changes the behavior of user lookups (see the spec change) so it acts the same way as groups and projects. Unauthenticated clients attempting to access a user page will be redirected to login whether the user exists and is publicly restricted, or does not exist at all.
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
-
Michael Kozono authored
Not sure why this fixes this error: ``` ActiveRecord::RecordNotUnique: PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_routes_on_source_type_and_source_id" DETAIL: Key (source_type, source_id)=(Project, 1) already exists. : INSERT INTO "routes" ("source_type", "path", "name", "source_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" ```
-
Michael Kozono authored
-